home *** CD-ROM | disk | FTP | other *** search
/ Clickx 47 / Clickx 47.iso / assets / software / sswitchxp152.exe / source / SpeedswitchXP / SpeedswitchXP.vcproj < prev    next >
Encoding:
Extensible Markup Language  |  2006-07-12  |  9.0 KB  |  453 lines

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="8,00"
  5.     Name="SpeedswitchXP"
  6.     ProjectGUID="{F728592F-B50A-47C3-A631-64AC7A4D5CE5}"
  7.     RootNamespace="SpeedswitchXP"
  8.     Keyword="MFCProj"
  9.     >
  10.     <Platforms>
  11.         <Platform
  12.             Name="Win32"
  13.         />
  14.     </Platforms>
  15.     <ToolFiles>
  16.     </ToolFiles>
  17.     <Configurations>
  18.         <Configuration
  19.             Name="Debug|Win32"
  20.             OutputDirectory="Debug"
  21.             IntermediateDirectory="Debug"
  22.             ConfigurationType="1"
  23.             InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  24.             UseOfMFC="1"
  25.             CharacterSet="2"
  26.             >
  27.             <Tool
  28.                 Name="VCPreBuildEventTool"
  29.             />
  30.             <Tool
  31.                 Name="VCCustomBuildTool"
  32.             />
  33.             <Tool
  34.                 Name="VCXMLDataGeneratorTool"
  35.             />
  36.             <Tool
  37.                 Name="VCWebServiceProxyGeneratorTool"
  38.             />
  39.             <Tool
  40.                 Name="VCMIDLTool"
  41.                 PreprocessorDefinitions="_DEBUG"
  42.                 MkTypLibCompatible="false"
  43.             />
  44.             <Tool
  45.                 Name="VCCLCompilerTool"
  46.                 AdditionalOptions=""
  47.                 Optimization="0"
  48.                 PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  49.                 MinimalRebuild="true"
  50.                 BasicRuntimeChecks="3"
  51.                 RuntimeLibrary="1"
  52.                 BufferSecurityCheck="true"
  53.                 EnableFunctionLevelLinking="true"
  54.                 TreatWChar_tAsBuiltInType="true"
  55.                 UsePrecompiledHeader="2"
  56.                 WarningLevel="3"
  57.                 DebugInformationFormat="4"
  58.             />
  59.             <Tool
  60.                 Name="VCManagedResourceCompilerTool"
  61.             />
  62.             <Tool
  63.                 Name="VCResourceCompilerTool"
  64.                 PreprocessorDefinitions="_DEBUG"
  65.                 Culture="1033"
  66.                 AdditionalIncludeDirectories="$(IntDir)"
  67.             />
  68.             <Tool
  69.                 Name="VCPreLinkEventTool"
  70.             />
  71.             <Tool
  72.                 Name="VCLinkerTool"
  73.                 AdditionalOptions=""
  74.                 AdditionalDependencies="powrprof.lib user32.lib uxtheme.lib"
  75.                 ShowProgress="2"
  76.                 OutputFile="$(OutDir)/SpeedswitchXP.exe"
  77.                 LinkIncremental="2"
  78.                 SuppressStartupBanner="true"
  79.                 GenerateManifest="false"
  80.                 AdditionalManifestDependencies=""type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'""
  81.                 GenerateDebugInformation="true"
  82.                 SubSystem="2"
  83.                 EntryPointSymbol="wWinMainCRTStartup"
  84.                 TargetMachine="1"
  85.             />
  86.             <Tool
  87.                 Name="VCALinkTool"
  88.             />
  89.             <Tool
  90.                 Name="VCManifestTool"
  91.             />
  92.             <Tool
  93.                 Name="VCXDCMakeTool"
  94.             />
  95.             <Tool
  96.                 Name="VCBscMakeTool"
  97.             />
  98.             <Tool
  99.                 Name="VCFxCopTool"
  100.             />
  101.             <Tool
  102.                 Name="VCAppVerifierTool"
  103.             />
  104.             <Tool
  105.                 Name="VCWebDeploymentTool"
  106.             />
  107.             <Tool
  108.                 Name="VCPostBuildEventTool"
  109.             />
  110.         </Configuration>
  111.         <Configuration
  112.             Name="Release|Win32"
  113.             OutputDirectory="Release"
  114.             IntermediateDirectory="Release"
  115.             ConfigurationType="1"
  116.             InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  117.             UseOfMFC="1"
  118.             CharacterSet="2"
  119.             >
  120.             <Tool
  121.                 Name="VCPreBuildEventTool"
  122.             />
  123.             <Tool
  124.                 Name="VCCustomBuildTool"
  125.             />
  126.             <Tool
  127.                 Name="VCXMLDataGeneratorTool"
  128.             />
  129.             <Tool
  130.                 Name="VCWebServiceProxyGeneratorTool"
  131.             />
  132.             <Tool
  133.                 Name="VCMIDLTool"
  134.                 PreprocessorDefinitions="NDEBUG"
  135.                 MkTypLibCompatible="false"
  136.             />
  137.             <Tool
  138.                 Name="VCCLCompilerTool"
  139.                 AdditionalOptions=""
  140.                 Optimization="2"
  141.                 InlineFunctionExpansion="1"
  142.                 FavorSizeOrSpeed="1"
  143.                 OmitFramePointers="true"
  144.                 PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  145.                 StringPooling="true"
  146.                 MinimalRebuild="false"
  147.                 RuntimeLibrary="0"
  148.                 EnableFunctionLevelLinking="true"
  149.                 TreatWChar_tAsBuiltInType="true"
  150.                 UsePrecompiledHeader="2"
  151.                 WarningLevel="3"
  152.                 Detect64BitPortabilityProblems="true"
  153.                 DebugInformationFormat="0"
  154.             />
  155.             <Tool
  156.                 Name="VCManagedResourceCompilerTool"
  157.             />
  158.             <Tool
  159.                 Name="VCResourceCompilerTool"
  160.                 PreprocessorDefinitions="NDEBUG"
  161.                 Culture="1033"
  162.                 AdditionalIncludeDirectories="$(IntDir)"
  163.             />
  164.             <Tool
  165.                 Name="VCPreLinkEventTool"
  166.             />
  167.             <Tool
  168.                 Name="VCLinkerTool"
  169.                 AdditionalOptions=""
  170.                 AdditionalDependencies="powrprof.lib user32.lib uxtheme.lib"
  171.                 OutputFile="$(OutDir)/SpeedswitchXP.exe"
  172.                 LinkIncremental="1"
  173.                 SuppressStartupBanner="true"
  174.                 GenerateManifest="false"
  175.                 AdditionalManifestDependencies=""type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'""
  176.                 GenerateDebugInformation="false"
  177.                 SubSystem="2"
  178.                 OptimizeReferences="1"
  179.                 EnableCOMDATFolding="2"
  180.                 EntryPointSymbol="wWinMainCRTStartup"
  181.                 TargetMachine="1"
  182.             />
  183.             <Tool
  184.                 Name="VCALinkTool"
  185.             />
  186.             <Tool
  187.                 Name="VCManifestTool"
  188.             />
  189.             <Tool
  190.                 Name="VCXDCMakeTool"
  191.             />
  192.             <Tool
  193.                 Name="VCBscMakeTool"
  194.             />
  195.             <Tool
  196.                 Name="VCFxCopTool"
  197.             />
  198.             <Tool
  199.                 Name="VCAppVerifierTool"
  200.             />
  201.             <Tool
  202.                 Name="VCWebDeploymentTool"
  203.             />
  204.             <Tool
  205.                 Name="VCPostBuildEventTool"
  206.             />
  207.         </Configuration>
  208.     </Configurations>
  209.     <References>
  210.     </References>
  211.     <Files>
  212.         <Filter
  213.             Name="Source Files"
  214.             Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
  215.             >
  216.             <File
  217.                 RelativePath=".\ColorComboEx.cpp"
  218.                 >
  219.             </File>
  220.             <File
  221.                 RelativePath="CPUData.cpp"
  222.                 >
  223.             </File>
  224.             <File
  225.                 RelativePath="CPUID.CPP"
  226.                 >
  227.             </File>
  228.             <File
  229.                 RelativePath="CPUOptions.cpp"
  230.                 >
  231.             </File>
  232.             <File
  233.                 RelativePath=".\CPUSpeed.cpp"
  234.                 >
  235.             </File>
  236.             <File
  237.                 RelativePath="GeneralOptions.cpp"
  238.                 >
  239.             </File>
  240.             <File
  241.                 RelativePath=".\HTSpeed.cpp"
  242.                 >
  243.             </File>
  244.             <File
  245.                 RelativePath="HyperLink.cpp"
  246.                 >
  247.             </File>
  248.             <File
  249.                 RelativePath="MachOptions.cpp"
  250.                 >
  251.             </File>
  252.             <File
  253.                 RelativePath="PowerCapabilities.cpp"
  254.                 >
  255.             </File>
  256.             <File
  257.                 RelativePath="Speed.cpp"
  258.                 >
  259.             </File>
  260.             <File
  261.                 RelativePath="speedswitch.cpp"
  262.                 >
  263.             </File>
  264.             <File
  265.                 RelativePath="SpeedswitchXP.cpp"
  266.                 >
  267.             </File>
  268.             <File
  269.                 RelativePath="SpeedswitchXPDlg.cpp"
  270.                 >
  271.             </File>
  272.             <File
  273.                 RelativePath="SpeedswitchXPOptions.cpp"
  274.                 >
  275.             </File>
  276.             <File
  277.                 RelativePath="stdafx.cpp"
  278.                 >
  279.                 <FileConfiguration
  280.                     Name="Debug|Win32"
  281.                     >
  282.                     <Tool
  283.                         Name="VCCLCompilerTool"
  284.                         AdditionalOptions=""
  285.                         UsePrecompiledHeader="1"
  286.                     />
  287.                 </FileConfiguration>
  288.                 <FileConfiguration
  289.                     Name="Release|Win32"
  290.                     >
  291.                     <Tool
  292.                         Name="VCCLCompilerTool"
  293.                         AdditionalOptions=""
  294.                         UsePrecompiledHeader="1"
  295.                     />
  296.                 </FileConfiguration>
  297.             </File>
  298.             <File
  299.                 RelativePath="SystemInfo.cpp"
  300.                 >
  301.             </File>
  302.             <File
  303.                 RelativePath="TOptions.cpp"
  304.                 >
  305.             </File>
  306.             <File
  307.                 RelativePath=".\TrayIconManager.cpp"
  308.                 >
  309.             </File>
  310.             <File
  311.                 RelativePath="UserOptions.cpp"
  312.                 >
  313.             </File>
  314.         </Filter>
  315.         <Filter
  316.             Name="Header Files"
  317.             Filter="h;hpp;hxx;hm;inl;inc"
  318.             >
  319.             <File
  320.                 RelativePath=".\ColorComboEx.h"
  321.                 >
  322.             </File>
  323.             <File
  324.                 RelativePath="CPUData.h"
  325.                 >
  326.             </File>
  327.             <File
  328.                 RelativePath="Cpuid.h"
  329.                 >
  330.             </File>
  331.             <File
  332.                 RelativePath="CPUOptions.h"
  333.                 >
  334.             </File>
  335.             <File
  336.                 RelativePath=".\CPUSpeed.h"
  337.                 >
  338.             </File>
  339.             <File
  340.                 RelativePath="GeneralOptions.h"
  341.                 >
  342.             </File>
  343.             <File
  344.                 RelativePath=".\HTSpeed.h"
  345.                 >
  346.             </File>
  347.             <File
  348.                 RelativePath="HyperLink.h"
  349.                 >
  350.             </File>
  351.             <File
  352.                 RelativePath="MachOptions.h"
  353.                 >
  354.             </File>
  355.             <File
  356.                 RelativePath="PowerCapabilities.h"
  357.                 >
  358.             </File>
  359.             <File
  360.                 RelativePath="Resource.h"
  361.                 >
  362.             </File>
  363.             <File
  364.                 RelativePath="Speed.h"
  365.                 >
  366.             </File>
  367.             <File
  368.                 RelativePath="speedswitch.h"
  369.                 >
  370.             </File>
  371.             <File
  372.                 RelativePath="SpeedswitchXP.h"
  373.                 >
  374.             </File>
  375.             <File
  376.                 RelativePath="SpeedswitchXPDlg.h"
  377.                 >
  378.             </File>
  379.             <File
  380.                 RelativePath="SpeedswitchXPOptions.h"
  381.                 >
  382.             </File>
  383.             <File
  384.                 RelativePath="stdafx.h"
  385.                 >
  386.             </File>
  387.             <File
  388.                 RelativePath="SystemInfo.h"
  389.                 >
  390.             </File>
  391.             <File
  392.                 RelativePath="TOptions.h"
  393.                 >
  394.             </File>
  395.             <File
  396.                 RelativePath=".\TrayIconManager.h"
  397.                 >
  398.             </File>
  399.             <File
  400.                 RelativePath="UserOptions.h"
  401.                 >
  402.             </File>
  403.         </Filter>
  404.         <Filter
  405.             Name="Resource Files"
  406.             Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;jpg;jpeg;jpe;manifest"
  407.             >
  408.             <File
  409.                 RelativePath=".\res\battcharge.ico"
  410.                 >
  411.             </File>
  412.             <File
  413.                 RelativePath="res\batticon.ico"
  414.                 >
  415.             </File>
  416.             <File
  417.                 RelativePath="res\battopt.ico"
  418.                 >
  419.             </File>
  420.             <File
  421.                 RelativePath="res\dynamic.ico"
  422.                 >
  423.             </File>
  424.             <File
  425.                 RelativePath="res\maxbatt.ico"
  426.                 >
  427.             </File>
  428.             <File
  429.                 RelativePath="res\maxperf.ico"
  430.                 >
  431.             </File>
  432.             <File
  433.                 RelativePath=".\res\SpeedswitchXP.manifest"
  434.                 >
  435.             </File>
  436.             <File
  437.                 RelativePath="SpeedswitchXP.rc"
  438.                 >
  439.             </File>
  440.             <File
  441.                 RelativePath="res\SpeedswitchXP.rc2"
  442.                 >
  443.             </File>
  444.         </Filter>
  445.     </Files>
  446.     <Globals>
  447.         <Global
  448.             Name="RESOURCE_FILE"
  449.             Value="SpeedswitchXP.rc"
  450.         />
  451.     </Globals>
  452. </VisualStudioProject>
  453.